Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 145. raise Exception when concatenate method != chain or c… #428

Merged
merged 2 commits into from Feb 20, 2017
Merged

fix issue 145. raise Exception when concatenate method != chain or c… #428

merged 2 commits into from Feb 20, 2017

Conversation

ghost
Copy link

@ghost ghost commented Feb 20, 2017

fix issue #145 give a clear error message when we pass an incorrect value to concatenate_videoclip, method argument.

@Zulko
Copy link
Owner

Zulko commented Feb 20, 2017

Can you remind me what problem this solves ? Edit: I mean the function-name-grabbing thing.

@ghost
Copy link
Author

ghost commented Feb 20, 2017

@Zulko. The method argument of concatenate (and concatenate_videoclips) should only be set to chain or compose. It was requested that if method was set to something else, an error should be raised.

@Zulko
Copy link
Owner

Zulko commented Feb 20, 2017

Ok, but the name detection is unnecessary in my opinion, a simple message would do.
Please use PEP8 standards (no line with more than 80 columns) and make imports
at the top of files (not in functions) when possible.

@ghost
Copy link
Author

ghost commented Feb 20, 2017

Thanks, @Zulko , I've make those changes.

@Zulko
Copy link
Owner

Zulko commented Feb 20, 2017

Thanks !

@Zulko Zulko merged commit 35b4e5e into Zulko:master Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants